Welcome![Sign In][Sign Up]
Location:
Search - matlab serial

Search list

[Com Portmatlabforserial

Description: 一个用matlab编写的串口调试程序,可以方便的读写数据。-a prepared using Matlab serial debugger, can easily read and write data.
Platform: | Size: 9616 | Author: zyjrg | Hits:

[Delphi VCLserial-t

Description: 串口温度显示源代码 使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上) 简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参 串口通迅(编程源码)、串口调试助手、端口网络通信技术,VC/C编程,移动机器人控制相关技术,Matlab仿真及数据处理-Serial temperature display the source code for use : System requirements : WIN9X/ME/NT/2000 VC 6.0 and the installation of the VC ACTIVEX control (VC Installed six elected) Introduction : VC 6.0 using MSComm programming, Serial can receive data and send data, data showed in the receiving box and this box. How to establish projects : the establishment of a new folder and file will be unpacked using WINZIP, Double-click Scommtest.dsw VC6.0 will open in the project documents. Author home page detailed program note, every step of the list can participate Serial correspondent (programming source), Serial debugging assistant port network communications technology, VC / C programming, the mobile robot control and related technology, Matlab simulation and data processing
Platform: | Size: 48224 | Author: liming | Hits:

[Com Portserial

Description: Matlab是常用的演草纸式编程工具,好多非计算机专业的都可以掌握,若能利用它控制实现与单片机、DSP等下位计的通信,则可轻易实现控制与数据的采集,然后利用matlab强大的运算和处理功能进行后继的处理,这样对于研究生作毕业设计非常有利。利用Matlab实现控制串口通信,控制下位机,VC.m是起始界面,其他的为子程序,希望对大家有帮助。
Platform: | Size: 11094 | Author: 唐志 | Hits:

[Com Portserial

Description: matlab串口m文件,很不错
Platform: | Size: 9677 | Author: zjw | Hits:

[e-languageserial

Description: matlab串口发送接收数据,查询缓存接收固定长度的数据,无聊随便写个小程序-matlab serial transmission and reception of data, query cache receives a fixed-length data, bored easily write a small program to play
Platform: | Size: 1024 | Author: 战魔 | Hits:

[matlabserial

Description: 用MATLAB中的GUI制作的串口助手,能实现串口的选择,波特率配置,接收和发送数据,还可以清空。-The GUI using MATLAB serial production assistant, can achieve serial selection, baud rate configuration, receiving and sending data, it can be empty.
Platform: | Size: 51200 | Author: 张小 | Hits:

[OtherSerial

Description: MATLAB分析串口数据的程序,使用MATLAB读取串口数据,当串口收到数据时调用回调函数分析-MATLAB serial data analysis procedure using MATLAB to read the serial data, the callback function when the serial port receives data analysis
Platform: | Size: 1024 | Author: 齐晓阳 | Hits:

[Otherserial

Description: Matlab Serial Port Code
Platform: | Size: 121856 | Author: sololo | Hits:

[Other串口

Description: 串口通信源码,包括界面和m文件。编程语言为MATLAB(Serial communication source code)
Platform: | Size: 2048 | Author: swyroc | Hits:

[Communication-MobileMATLAB串口通信设计源码

Description: matlab编写的界面,可用于串口通信设计及扩展(For serial communication design)
Platform: | Size: 18432 | Author: moller | Hits:

[matlabserial_matlab

Description: matlab读取串口数据,实时显示。 数据格式、串口设置可根据代码注释自定义 含test4与test5l两个例程,较为简单,后者需要开两个matlab(Do serial's data reading and real-time displaying by matlab, . Data format and serial settings can be customized according to code comments Containing test4 and test5l two routines, relatively simple, the latter needs to open two matlab)
Platform: | Size: 5120 | Author: karonforever | Hits:

[Communication-MobileCOM

Description: MATLAB编写串口调试界面实现串口调试(MATLAB serial port debugging interface to achieve serial debugging)
Platform: | Size: 37888 | Author: VanJing | Hits:

[OtherUART_MAX150

Description: matlab串口助手,包含自定义界面,可以任意修改(Matlab serial assistant, including custom interface, you can modify any)
Platform: | Size: 27718656 | Author: bb5013 | Hits:

[Applicationsserial

Description: matlab 2014b mcc破解文件(matlab 2014b mcc crack file)
Platform: | Size: 7498752 | Author: cxwyh | Hits:

[matlabOpenSerial_test

Description: Matlab串口通讯程序、读取串口数据、一个8bit、7296个8bit数据为一次读取的数据量、每两个8bit构成一个16bit数据(Matlab serial communication program, read serial data, a 8bit, 7296 8bit data for the one read data amount, each two 8bit to form a 16bit data)
Platform: | Size: 29696 | Author: h188027111 | Hits:

[Com Portmatlab gui串口通信程序

Description: matlab gui串口通信程序,串口调试助手gui界面源程序(Matlab GUI serial communication program, serial debugging assistant GUI interface source program.)
Platform: | Size: 9216 | Author: lai东东 | Hits:

[matlabmatlab串口通信基础讲义

Description:  在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to read serial data, query and interrupt. When a serial communication is carried out in the way of query, if a large number of data are sent to the PC in batch, the buffer area of the serial port must be inquired, and the data is read.)
Platform: | Size: 7168 | Author: SDDASDASD | Hits:

[Communication-Mobile22 RS232通信(串口通信)

Description: MATLAB串口通信GUI助手,一位大神的作品,拿来大家一起学习(MATLAB serial communication GUI assistant, a great God's works, bring you all to learn together.)
Platform: | Size: 567296 | Author: 木子900 | Hits:

[source in ebookmatlab 串口 gui

Description: 单片机串口发送数据,PC端建立matlab GUI界面接收串口数据,画图并保存数据(MCU serial port to send data, PC terminal to establish matlab GUI interface to receive serial data, draw and save data.)
Platform: | Size: 22528 | Author: hifuzai | Hits:

[Com PortMATLAB串口数据采集

Description: 基于matlab的串口助手, 实现简单的串口数据收发,用于单片机与上位机通讯(a serial tool designed by matlab)
Platform: | Size: 191488 | Author: nucton | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net